home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 6_7.lha / 6_7 / makefile < prev   
Makefile  |  1993-08-08  |  174b  |  16 lines

  1. C= CC -I. -I../../CC
  2.  
  3. ll: 6_7
  4.  
  5. _7: 6_7.c
  6. $(CC) 6_7.c -o 6_7
  7.  
  8. MP= 6_7.cmp
  9. UT= 6_7.out
  10.  
  11. _7.out: 6_7 ;    6_7 > 6_7.out
  12.  
  13. est: all $(OUT) $(CMP)
  14. cmp 6_7.out 6_7.cmp
  15. echo tests done
  16.